home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / rdrag / !ReadMe next >
Text File  |  1994-08-23  |  3KB  |  77 lines

  1.                        Reduced Drag Module release 1.10
  2.                        ================================
  3.  
  4. ***  Source, binaries and documentation Copyright (C) Oliver Betts, 1994  ***
  5.  
  6. This software is provided as is - it has been tested to a reasonable extent,
  7. but probably has a few lurking bugs.  I take no responsibility for any loss
  8. or damage, directly or indirectly caused.
  9.  
  10. Versions with a letter suffix are test versions and may only be distributed
  11. with express permission from me.  Other versions may be distributed freely
  12. provided all files are supplied intact and that no profit is made.  You may
  13. bundle it with other freeware software provided these distribution
  14. restrictions are met, but please make sure you're supplying the latest
  15. version.  If you want to distribute it in some other way, get in touch.
  16.  
  17. *****************************************************************************
  18.  
  19. The purpose of this module is to allow you to cancel drags in the Wimp using
  20. the Escape key.  It does this by watching to see if an Escape key press is
  21. removed from the keyboard buffer.  If it is, it calls SWI Wimp_DragBox with
  22. r1=0, which cancels the drag (this also cancels DragASprite drags).
  23.  
  24. Files in this release:
  25.  
  26. !ReadMe    - this file
  27. ReducdDrag - the module
  28. RedDragSrc - source code
  29.  
  30. Comments and suggestions are greatly encouraged - email will get a reply (if
  31. I can get through), snail mail will eventually, but don't hold your breath. 
  32. If email bounces, I read the usenet group comp.sys.acorn regularly.  Please
  33. try to give as much detail as possible in bug-reports - steps to demonstrate
  34. the bug from loading in the module are very helpful indeed.
  35.  
  36. Version 1.10 has been tested on RISC OS 2.00, 3.11 and 3.50.
  37.  
  38. Olly Betts, 1994.08.23
  39.  
  40. You can obtain the latest version by anonymous ftp from ftp.mantis.co.uk in
  41. the directory /pub/users/olly - the file should be rd???.arc
  42.  
  43. It's also on HENSA, and I'll try to make sure the version there keeps
  44. up-to-date, provided they actually allow me in from outside *.ac.uk ;)
  45.  
  46. If you can't ftp, send me an email with "req-reddrag" in the subject line,
  47. and my mailer will automagically uuencode and mail you the latest version.
  48.  
  49. Internet email:         olly@mantis.co.uk
  50.  
  51. Indirected snail mail:  Olly Betts,
  52.                         24 Morgans Road,
  53.                         Hertford,
  54.                         Herts,
  55.                         SG13 8BS,
  56.                         UK
  57.  
  58. Revision History:
  59. =================
  60.  
  61. 1.10 Fixed bug which caused endlessly repeating error box if desktop started
  62.       with module loaded on Risc PC
  63.      Reworked code to use Wimp_Poll with a poll word for RISC OS 3 and higher
  64.       (so uses adds almost no time overhead) - reverts to watching on null
  65.       polls for RISC OS 2
  66.      Service call handler streamlined for "nothing of interest" case
  67.      Ignores calls to application start code if not in desktop
  68.  
  69. 1.01 Failed workspace claim on start-up would give repeating error box
  70.      Now catches unexpected errors from Wimp_* SWIs
  71.  
  72. 1.00 Tidied up for release
  73.  
  74. 0.02 Code shortened a little
  75.  
  76. 0.01 First version
  77.